DescriptionUse an enum of Flags internally in CompilationInfo.
This is a first step in cleaning up CompilationInfo; a subsequent logical step
would be to inline most is_* and Set* and Mark* calls so that most callers
can use call info.SetFlag(CompilationInfo::kMyFlag), or at the very least,
rename them all to be consistent with their enum flag names.
R=yangguo@chromium.org, bmeuer@chromium.org
BUG=
Committed: https://code.google.com/p/v8/source/detail?r=23408
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|