RESOLVED FIXED 63291
Add the ability to dynamically modify linked call sites
https://bugs.webkit.org/show_bug.cgi?id=63291
Summary Add the ability to dynamically modify linked call sites
Oliver Hunt
Reported 2011-06-23 14:39:52 PDT
Add the ability to dynamically modify linked call sites
Attachments
Patch (29.94 KB, patch)
2011-06-23 15:01 PDT, Oliver Hunt
no flags
Patch (30.16 KB, patch)
2011-06-23 15:13 PDT, Oliver Hunt
barraclough: review+
Oliver Hunt
Comment 1 2011-06-23 15:01:04 PDT
Gavin Barraclough
Comment 2 2011-06-23 15:10:51 PDT
Comment on attachment 98412 [details] Patch The armv7 code is all wrong. I knows this because oliver says this. he also said a naughty word.
Oliver Hunt
Comment 3 2011-06-23 15:13:15 PDT
Gavin Barraclough
Comment 4 2011-06-23 15:28:00 PDT
Comment on attachment 98416 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=98416&action=review > Source/JavaScriptCore/jit/JITWriteBarrier.h:41 > +#define JITWriteBarrierFlag ((void*)2) Per coding standard I guess this should really be a static_cast, though I'm not sure that really improves anything in this case.
Oliver Hunt
Comment 5 2011-06-23 15:53:55 PDT
Note You need to log in before you can comment on or make changes to this bug.