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

Issue 9960066: Insert three missing FP register stack pop instructions. (Closed)

Created:
8 years, 8 months ago by fschneider
Modified:
8 years, 8 months ago
CC:
v8-dev
Visibility:
Public.

Description

Insert three missing FP register stack pop instructions. We use fstp(0) already in other places. ffree does not pop the stack, but only marks a FP register as empty. BUG=v8:2065 Committed: https://code.google.com/p/v8/source/detail?r=11255

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -4 lines) Patch
M src/ia32/code-stubs-ia32.cc View 3 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
8 years, 8 months ago (2012-04-10 13:28:00 UTC) #1
Vyacheslav Egorov (Chromium)
8 years, 8 months ago (2012-04-10 13:32:53 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698