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

Issue 17639: Introducing a kUninitialized constant used for clearing the function cache. (Closed)

Created:
11 years, 11 months ago by olehougaard
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Introducing a kUninitialized constant used for clearing the function cache. Committed: http://code.google.com/p/v8/source/detail?r=1057

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -2 lines) Patch
M src/apinatives.js View 2 chunks +2 lines, -2 lines 2 comments Download
M src/macros.py View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
olehougaard
11 years, 11 months ago (2009-01-13 07:25:25 UTC) #1
Mads Ager (chromium)
LGTM
11 years, 11 months ago (2009-01-13 07:35:29 UTC) #2
Mads Ager (chromium)
http://codereview.chromium.org/17639/diff/1/3 File src/apinatives.js (right): http://codereview.chromium.org/17639/diff/1/3#newcode68 Line 68: (cache[serialNumber] != kUninitialized); This would fit on the ...
11 years, 11 months ago (2009-01-13 07:35:37 UTC) #3
olehougaard
11 years, 11 months ago (2009-01-13 07:37:23 UTC) #4
http://codereview.chromium.org/17639/diff/1/3
File src/apinatives.js (right):

http://codereview.chromium.org/17639/diff/1/3#newcode68
Line 68: (cache[serialNumber] != kUninitialized);
On 2009/01/13 07:35:37, Mads Ager wrote:
> This would fit on the line above now that the local 'cache' variable is used.

Fixed

Powered by Google App Engine
This is Rietveld 408576698