зеркало из https://github.com/mozilla/gecko-dev.git
added some #ifdef logic to allow me to NEW_STRING_APIS off, so I can continue to profile for bloat
This commit is contained in:
Родитель
85aa1f07df
Коммит
7f51a498b1
|
@ -28,6 +28,11 @@
|
|||
#define NEW_STRING_APIS 1
|
||||
#endif //NEW_STRING_APIS
|
||||
|
||||
// Need this to enable comparison profiling for a while
|
||||
#ifdef OLD_STRING_APIS
|
||||
#undef NEW_STRING_APIS
|
||||
#endif
|
||||
|
||||
/***********************************************************************
|
||||
MODULE NOTES:
|
||||
|
||||
|
|
|
@ -28,6 +28,11 @@
|
|||
#define NEW_STRING_APIS 1
|
||||
#endif //NEW_STRING_APIS
|
||||
|
||||
// Need this to enable comparison profiling for a while
|
||||
#ifdef OLD_STRING_APIS
|
||||
#undef NEW_STRING_APIS
|
||||
#endif
|
||||
|
||||
/***********************************************************************
|
||||
MODULE NOTES:
|
||||
|
||||
|
|
|
@ -28,6 +28,11 @@
|
|||
#define NEW_STRING_APIS 1
|
||||
#endif //NEW_STRING_APIS
|
||||
|
||||
// Need this to enable comparison profiling for a while
|
||||
#ifdef OLD_STRING_APIS
|
||||
#undef NEW_STRING_APIS
|
||||
#endif
|
||||
|
||||
/***********************************************************************
|
||||
MODULE NOTES:
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче