help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] pending patches/pulls?


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] pending patches/pulls?
Date: Mon, 23 May 2011 13:10:17 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.10

On 05/23/2011 01:05 PM, Gwenael Casaccio wrote:
diff --git a/libgst/comp.c b/libgst/comp.c
index 0819e96..9cc5986 100644
--- a/libgst/comp.c
+++ b/libgst/comp.c
@@ -2481,8 +2481,11 @@ install_method (OOP methodOOP, OOP classOOP, mst_Boolean 
untrusted)
      }

    MAKE_OOP_READONLY (methodOOP, true);
-  oldMethod = _gst_identity_dictionary_at_put (methodDictionaryOOP,
-                                              selector, methodOOP);
+  if (_gst_kernel_initialized)
+      _gst_msg_sendf (&oldMethod, "%o %o at: %o put: %o", methodDictionaryOOP, 
selector, methodOOP);
+  else
+    oldMethod = _gst_identity_dictionary_at_put (methodDictionaryOOP,
+                                              selector, methodOOP);

  #ifdef ENABLE_JIT_TRANSLATION
    if (oldMethod != _gst_nil_oop)

Applied to master branch, thanks.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]