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

Issue 9976003: Minimize uses of lazy initialization by adding explicit initialization functions. (Closed)

Created:
8 years, 8 months ago by Philippe
Modified:
8 years, 8 months ago
Reviewers:
fschneider, danno
CC:
v8-dev
Visibility:
Public.

Description

Minimize uses of lazy initialization by adding explicit initialization functions. BUG=118686 Committed: https://code.google.com/p/v8/source/detail?r=11239

Patch Set 1 #

Total comments: 10

Patch Set 2 : Address Daniel's comments. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+273 lines, -229 lines) Patch
M src/assembler.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/assembler.cc View 1 3 chunks +26 lines, -31 lines 0 comments Download
M src/frames.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/frames.cc View 1 1 chunk +10 lines, -11 lines 0 comments Download
M src/heap.cc View 4 chunks +11 lines, -11 lines 0 comments Download
M src/lazy-instance.h View 1 chunk +6 lines, -2 lines 0 comments Download
M src/log.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/log.cc View 1 3 chunks +11 lines, -4 lines 0 comments Download
M src/platform-cygwin.cc View 5 chunks +24 lines, -19 lines 0 comments Download
M src/platform-freebsd.cc View 5 chunks +24 lines, -19 lines 0 comments Download
M src/platform-linux.cc View 6 chunks +39 lines, -34 lines 0 comments Download
M src/platform-macos.cc View 5 chunks +20 lines, -15 lines 0 comments Download
M src/platform-openbsd.cc View 6 chunks +20 lines, -15 lines 0 comments Download
M src/platform-posix.h View 1 chunk +2 lines, -3 lines 0 comments Download
M src/platform-posix.cc View 3 chunks +12 lines, -18 lines 0 comments Download
M src/platform-solaris.cc View 6 chunks +24 lines, -17 lines 0 comments Download
M src/platform-win32.cc View 6 chunks +26 lines, -25 lines 0 comments Download
M src/runtime-profiler.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/runtime-profiler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/v8.cc View 1 3 chunks +6 lines, -1 line 1 comment Download
M src/x64/disasm-x64.cc View 1 3 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Philippe
8 years, 8 months ago (2012-04-04 11:24:03 UTC) #1
danno
https://chromiumcodereview.appspot.com/9976003/diff/1/src/frames.cc File src/frames.cc (right): https://chromiumcodereview.appspot.com/9976003/diff/1/src/frames.cc#newcode1372 src/frames.cc:1372: void Init() { How about putting this directly in ...
8 years, 8 months ago (2012-04-04 20:47:56 UTC) #2
Philippe
https://chromiumcodereview.appspot.com/9976003/diff/1/src/frames.cc File src/frames.cc (right): https://chromiumcodereview.appspot.com/9976003/diff/1/src/frames.cc#newcode1372 src/frames.cc:1372: void Init() { On 2012/04/04 20:47:57, danno wrote: > ...
8 years, 8 months ago (2012-04-05 11:30:18 UTC) #3
danno
8 years, 8 months ago (2012-04-05 14:07:03 UTC) #4
LGTM, I'll land it.

Powered by Google App Engine
This is Rietveld 408576698