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

Unified Diff: src/serialize.cc

Issue 652041: IA32: Native access to TranscendentalCache for sin/cos. (Closed)
Patch Set: Updated to head. Removed dead code. Ignore first patch. Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/serialize.cc
diff --git a/src/serialize.cc b/src/serialize.cc
index bc934fb5a18ab8cd824953b2cce7a74f5a44b3a5..688c38a0759bb553458826357a0853cd6f7679df 100644
--- a/src/serialize.cc
+++ b/src/serialize.cc
@@ -432,6 +432,10 @@ void ExternalReferenceTable::PopulateTable() {
UNCLASSIFIED,
24,
"KeyedLookupCache::field_offsets()");
+ Add(ExternalReference::transcendental_cache_array_address().address(),
+ UNCLASSIFIED,
+ 25,
+ "TranscendentalCache::caches()");
}
« src/ia32/disasm-ia32.cc ('K') | « src/runtime.cc ('k') | src/v8-counters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698