Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(244)

Issue 2808030: [Isolates] Move InlineRuntimeFunctionTable from runtime.h to codegen.h.... (Closed)

Created:
10 years, 5 months ago by zarko
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

[Isolates] Move InlineRuntimeFunctionTable from runtime.h to codegen.h. What it says on the tin; InlineRuntimeFunctionsTable is no longer inlined in Isolate but instead referenced through a pointer. Committed: http://code.google.com/p/v8/source/detail?r=4967

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -31 lines) Patch
M src/codegen.h View 2 chunks +33 lines, -1 line 0 comments Download
M src/isolate.h View 3 chunks +3 lines, -2 lines 0 comments Download
M src/isolate.cc View 3 chunks +5 lines, -0 lines 0 comments Download
M src/runtime.h View 1 chunk +0 lines, -28 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
zarko
Thanks Luke
10 years, 5 months ago (2010-06-28 16:47:06 UTC) #1
Vitaly Repeshko
10 years, 5 months ago (2010-06-28 16:57:35 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698