Emit deprecated check for constant function transitions.
R=mvstanton@chromium.org Review URL: https://chromiumcodereview.appspot.com/17287003 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15183 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
5ad53577db
commit
7a229ccf39
@ -3624,6 +3624,9 @@ bool Map::CanBeDeprecated() {
|
||||
details.representation().IsHeapObject()) {
|
||||
return true;
|
||||
}
|
||||
if (FLAG_track_fields && details.type() == CONSTANT_FUNCTION) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user