X87: Generate common StoreFastElementStubs ahead of time
authorchunyang.dai <chunyang.dai@intel.com>
Fri, 3 Apr 2015 03:09:17 +0000 (20:09 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 3 Apr 2015 03:09:23 +0000 (03:09 +0000)
port 16ee55097a01a229634095226f7a207bea3626de (r27536)

original commit message:

  Generate common StoreFastElementStubs ahead of time

BUG=

Review URL: https://codereview.chromium.org/1052413002

Cr-Commit-Position: refs/heads/master@{#27597}

src/x87/code-stubs-x87.cc

index 2c32545..e0c8f3d 100644 (file)
@@ -2130,6 +2130,7 @@ void CodeStub::GenerateStubsAheadOfTime(Isolate* isolate) {
   CreateWeakCellStub::GenerateAheadOfTime(isolate);
   BinaryOpICStub::GenerateAheadOfTime(isolate);
   BinaryOpICWithAllocationSiteStub::GenerateAheadOfTime(isolate);
+  StoreFastElementStub::GenerateAheadOfTime(isolate);
 }