Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1)

Issue 1905048: Change the JIT to produce mostly register-machine based code.

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years ago by ebo
Modified:
14 years, 11 months ago
CC:
unladen-swallow_googlegroups.com
Base URL:
http://unladen-swallow.googlecode.com/svn/trunk/
Visibility:
Public.

Patch Set 1 #

Patch Set 2 : Cleanups. #

Total comments: 1

Patch Set 3 : Renamed opcode_stack_effect #

Total comments: 17

Patch Set 4 : Cleanups. #

Patch Set 5 : Mitigated the impact of the LOAD/CALL_METHOD patch #

Unified diffs Side-by-side diffs Delta from patch set Stats (+368 lines, -102 lines) Patch
M JIT/PyBytecodeIterator.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M JIT/PyBytecodeIterator.cc View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M JIT/llvm_compile.cc View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M JIT/llvm_fbuilder.h View 1 2 3 4 5 chunks +45 lines, -1 line 0 comments Download
M JIT/llvm_fbuilder.cc View 1 2 3 13 chunks +227 lines, -17 lines 0 comments Download
M JIT/opcodes/attributes.h View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M JIT/opcodes/attributes.cc View 1 2 3 4 12 chunks +32 lines, -19 lines 0 comments Download
M JIT/opcodes/binops.cc View 1 2 3 2 chunks +6 lines, -5 lines 0 comments Download
M JIT/opcodes/call.cc View 1 2 3 4 6 chunks +19 lines, -37 lines 0 comments Download
M JIT/opcodes/cmpops.cc View 1 2 3 5 chunks +12 lines, -9 lines 0 comments Download
M JIT/opcodes/globals.cc View 1 2 3 3 chunks +3 lines, -2 lines 0 comments Download
M Python/compile.c View 1 2 3 5 chunks +9 lines, -9 lines 0 comments Download

Messages

Total messages: 6
ebo
This patch converts most of the JIT to use absolute stack values, The only exception ...
15 years ago (2010-08-03 10:43:49 UTC) #1
alex.gaynor
My first thoughts are it mostly looks sane, but it's 7AM here... is there anyway ...
15 years ago (2010-08-03 11:12:36 UTC) #2
Reid Kleckner
http://codereview.appspot.com/1905048/diff/7001/8012 File JIT/llvm_fbuilder.cc (right): http://codereview.appspot.com/1905048/diff/7001/8012#newcode32 JIT/llvm_fbuilder.cc:32: #include <iostream> I don't think this is needed. http://codereview.appspot.com/1905048/diff/7001/8012#newcode66 ...
14 years, 12 months ago (2010-08-03 17:43:42 UTC) #3
James Abbatiello
http://codereview.appspot.com/1905048/diff/7001/8012 File JIT/llvm_fbuilder.cc (right): http://codereview.appspot.com/1905048/diff/7001/8012#newcode80 JIT/llvm_fbuilder.cc:80: stack_level = 1000; What's this doing? Could it use ...
14 years, 12 months ago (2010-08-04 02:26:52 UTC) #4
ebo
Updated to trunk. PTAL http://codereview.appspot.com/1905048/diff/7001/8012 File JIT/llvm_fbuilder.cc (right): http://codereview.appspot.com/1905048/diff/7001/8012#newcode32 JIT/llvm_fbuilder.cc:32: #include <iostream> On 2010/08/03 17:43:42, ...
14 years, 11 months ago (2010-08-13 11:44:39 UTC) #5
Reid Kleckner
14 years, 11 months ago (2010-08-14 06:43:25 UTC) #6
LGTM, I like how you avoided undoing the stack adjustments with
SetOpcodeArgsWithGuard.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b