Chromium Code Reviews

Unified Diff: src/assembler.h

Issue 126113: Change the implementation of Math.random to use George... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/arm/codegen-arm.cc ('k') | src/assembler.cc » ('j') | src/v8.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/assembler.h
===================================================================
--- src/assembler.h (revision 2155)
+++ src/assembler.h (working copy)
@@ -388,8 +388,8 @@
// ExternalReferenceTable in serialize.cc manually.
static ExternalReference perform_gc_function();
-
static ExternalReference builtin_passed_function();
+ static ExternalReference random_positive_smi_function();
// Static variable Factory::the_hole_value.location()
static ExternalReference the_hole_value_location();
« no previous file with comments | « src/arm/codegen-arm.cc ('k') | src/assembler.cc » ('j') | src/v8.h » ('J')

Powered by Google App Engine