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

Unified Diff: src/isolate-inl.h

Issue 2900333002: Revert of [turbofan] Speculatively optimize string character access. (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « src/isolate.h ('k') | test/mjsunit/regress/regress-6391.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/isolate-inl.h
diff --git a/src/isolate-inl.h b/src/isolate-inl.h
index 3f33acaac9b840a6e3456d9f0608e7ea6554d55e..02993cfa6b6a9bdcde227495a468d6db7def1e57 100644
--- a/src/isolate-inl.h
+++ b/src/isolate-inl.h
@@ -133,11 +133,6 @@
Smi::cast(species_cell->value())->value() == kProtectorValid;
}
-bool Isolate::IsStringBoundsCheckIntact() {
- Cell* string_bounds_check_cell = heap()->string_bounds_check_protector();
- return string_bounds_check_cell->value() == Smi::FromInt(kProtectorValid);
-}
-
bool Isolate::IsStringLengthOverflowIntact() {
PropertyCell* string_length_cell = heap()->string_length_protector();
return string_length_cell->value() == Smi::FromInt(kProtectorValid);
« no previous file with comments | « src/isolate.h ('k') | test/mjsunit/regress/regress-6391.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698