RESOLVED FIXED 185813
[JSC] Remove duplicate methods in JSInterfaceJIT
https://bugs.webkit.org/show_bug.cgi?id=185813
Summary [JSC] Remove duplicate methods in JSInterfaceJIT
Yusuke Suzuki
Reported 2018-05-20 23:00:16 PDT
[JSC] Remove duplicate methods in JSInterfaceJIT
Attachments
Patch (28.90 KB, patch)
2018-05-20 23:01 PDT, Yusuke Suzuki
no flags
Patch (29.92 KB, patch)
2018-05-21 05:55 PDT, Yusuke Suzuki
no flags
Patch (29.81 KB, patch)
2018-05-21 06:13 PDT, Yusuke Suzuki
saam: review+
Patch for landing (29.07 KB, patch)
2018-05-21 22:14 PDT, Yusuke Suzuki
no flags
Yusuke Suzuki
Comment 1 2018-05-20 23:01:02 PDT
Yusuke Suzuki
Comment 2 2018-05-21 05:55:57 PDT
Yusuke Suzuki
Comment 3 2018-05-21 06:13:19 PDT
Saam Barati
Comment 4 2018-05-21 17:21:34 PDT
Comment on attachment 340846 [details] Patch r=me if 32-bit is working
Yusuke Suzuki
Comment 5 2018-05-21 22:14:46 PDT
Created attachment 340955 [details] Patch for landing
Yusuke Suzuki
Comment 6 2018-05-21 22:16:39 PDT
Comment on attachment 340846 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=340846&action=review > Source/JavaScriptCore/jit/ThunkGenerators.cpp:382 > + JSInterfaceJIT::Jump exceptionHandler = jit.branchTestPtr(JSInterfaceJIT::NonZero, JSInterfaceJIT::AbsoluteAddress(vm->addressOfException())); Oh, we do not have branchTestPtr(cond, AbsoluteAddress) for 32bit...
Yusuke Suzuki
Comment 7 2018-05-21 22:46:33 PDT
Radar WebKit Bug Importer
Comment 8 2018-05-21 22:47:19 PDT
Note You need to log in before you can comment on or make changes to this bug.