 Chromium Code Reviews
 Chromium Code Reviews Issue 126113:
  Change the implementation of Math.random to use George...  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
    
  
    Issue 126113:
  Change the implementation of Math.random to use George...  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/| Index: src/ia32/codegen-ia32.h | 
| =================================================================== | 
| --- src/ia32/codegen-ia32.h (revision 2155) | 
| +++ src/ia32/codegen-ia32.h (working copy) | 
| @@ -518,6 +518,9 @@ | 
| void GenerateGetFramePointer(ZoneList<Expression*>* args); | 
| + // Fast support for Math.random(). | 
| + void GenerateRandomPositiveSmi(ZoneList<Expression*>* args); | 
| + | 
| // Methods and constants for fast case switch statement support. | 
| // | 
| // Only allow fast-case switch if the range of labels is at most |