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

Issue 1539034: Add inline caches for loading non-existing properties. (Closed)

Created:
10 years, 8 months ago by Mads Ager (chromium)
Modified:
9 years, 7 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Add inline caches for loading non-existing properties. Committed: http://code.google.com/p/v8/source/detail?r=4401

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -3 lines) Patch
M src/arm/stub-cache-arm.cc View 1 chunk +30 lines, -0 lines 0 comments Download
M src/globals.h View 1 chunk +5 lines, -1 line 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 chunk +26 lines, -0 lines 0 comments Download
M src/ic.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M src/stub-cache.h View 3 chunks +12 lines, -0 lines 2 comments Download
M src/stub-cache.cc View 1 chunk +22 lines, -0 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 chunk +30 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Mads Ager (chromium)
10 years, 8 months ago (2010-04-13 14:45:36 UTC) #1
Erik Corry
I think nonexistent is a better word than non-existing. Since it's one word the E ...
10 years, 8 months ago (2010-04-13 19:18:36 UTC) #2
Mads Ager (chromium)
10 years, 8 months ago (2010-04-14 06:26:10 UTC) #3
Changed to nonexistent. Thanks!

http://codereview.chromium.org/1539034/diff/1/2
File src/stub-cache.h (right):

http://codereview.chromium.org/1539034/diff/1/2#newcode487
src/stub-cache.h:487: 
On 2010/04/13 19:18:37, Erik Corry wrote:
> Extra blank line?

Good catch, removed.

Powered by Google App Engine
This is Rietveld 408576698