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

Issue 189143006: MIPS: Symbols for type cells. (Closed)

Created:
6 years, 9 months ago by kilvadyb
Modified:
6 years, 9 months ago
CC:
v8-dev
Base URL:
https://github.com/v8/v8.git@gbl
Visibility:
Public.

Description

MIPS: Symbols for type cells. Port r19706 (81fd8dd) Original commit message: We can make more efficient code to check against type cells in the future if we use symbols, guaranteed not to conflict with user code. Currently, the "symbols" are the hole and undefined. Undefined may come in from the outside. BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -22 lines) Patch
M src/mips/builtins-mips.cc View 2 chunks +6 lines, -7 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 7 chunks +18 lines, -12 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 2 chunks +4 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
kilvadyb
6 years, 9 months ago (2014-03-07 11:37:24 UTC) #1
mvstanton
lgtm
6 years, 9 months ago (2014-03-07 12:11:14 UTC) #2
Paul Lind
6 years, 9 months ago (2014-03-07 15:50:50 UTC) #3
Committed as r19726.  (thx for review Michael)

Powered by Google App Engine
This is Rietveld 408576698