RESOLVED FIXED105237
DFG: Refactor DFGCorrectableJumpPoint to reduce size of OSRExit data
https://bugs.webkit.org/show_bug.cgi?id=105237
Summary DFG: Refactor DFGCorrectableJumpPoint to reduce size of OSRExit data
Michael Saboff
Reported 2012-12-17 18:11:32 PST
The DFGCorrectableJumpPoint class contains information used during DFG compilation (the failure case Jump) phase as well as during code execution (offset to the patchable jump). These objects are part of the code block, one per OSRExit, therefore it makes sense to eliminate the information needed during compilation. DFGCorrectableJumpPoint should be refactored and effectively split.
Attachments
Patch (31.20 KB, patch)
2012-12-17 18:20 PST, Michael Saboff
fpizlo: review+
msaboff: commit-queue-
Patch with change in CMakeLists.txt missed in first patch (31.72 KB, patch)
2012-12-17 18:29 PST, Michael Saboff
webkit.review.bot: commit-queue-
Added reviewer information. (31.72 KB, patch)
2012-12-17 18:54 PST, Michael Saboff
no flags
Michael Saboff
Comment 1 2012-12-17 18:20:57 PST
Michael Saboff
Comment 2 2012-12-17 18:29:16 PST
Created attachment 179848 [details] Patch with change in CMakeLists.txt missed in first patch
WebKit Review Bot
Comment 3 2012-12-17 18:42:07 PST
Comment on attachment 179848 [details] Patch with change in CMakeLists.txt missed in first patch Rejecting attachment 179848 [details] from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 1 /mnt/git/webkit-commit-queue/Source/JavaScriptCore/ChangeLog neither lists a valid reviewer nor contains the string "Unreviewed" or "Rubber stamp" (case insensitive). Full output: http://queues.webkit.org/results/15355987
Michael Saboff
Comment 4 2012-12-17 18:54:02 PST
Created attachment 179856 [details] Added reviewer information.
WebKit Review Bot
Comment 5 2012-12-17 19:52:12 PST
Comment on attachment 179856 [details] Added reviewer information. Clearing flags on attachment: 179856 Committed r137976: <http://trac.webkit.org/changeset/137976>
WebKit Review Bot
Comment 6 2012-12-17 19:52:17 PST
All reviewed patches have been landed. Closing bug.
Csaba Osztrogonác
Comment 7 2012-12-18 02:34:27 PST
(In reply to comment #5) > (From update of attachment 179856 [details]) > Clearing flags on attachment: 179856 > > Committed r137976: <http://trac.webkit.org/changeset/137976> It broke the ARMv7 build - see https://bugs.webkit.org/show_bug.cgi?id=105270 for details.
Note You need to log in before you can comment on or make changes to this bug.