[v8-dev] Re: Issue 3345 in v8: i18n: Make break iterator use optional

2015-02-06 Thread codesite-noreply via v8-dev
Comment #12 on issue 3345 by js...@chromium.org: i18n: Make break iterator use optional https://code.google.com/p/v8/issues/detail?id=3345 Thank you for the reminder. I've just uploaded a CL at https://codereview.chromium.org/902313002/. The patch has to be a bit changed because

[v8-dev] Re: Issue 3345 in v8: i18n: Make break iterator use optional

2015-02-06 Thread codesite-noreply via v8-dev
Updates: Status: PendingFurtherInfo Comment #11 on issue 3345 by habl...@chromium.org: i18n: Make break iterator use optional https://code.google.com/p/v8/issues/detail?id=3345 I have not found your CL. Have you submitted the code? -- You received this message because this project

[v8-dev] Re: Issue 3345 in v8: i18n: Make break iterator use optional

2014-11-18 Thread codesite-noreply via v8-dev
Comment #10 on issue 3345 by js...@chromium.org: i18n: Make break iterator use optional https://code.google.com/p/v8/issues/detail?id=3345 The patch should work. I'll submit it to the codereview. -- You received this message because this project is configured to send all issue

[v8-dev] Re: Issue 3345 in v8: i18n: Make break iterator use optional

2014-11-12 Thread codesite-noreply via v8-dev
Updates: Owner: c...@chromium.org Comment #9 on issue 3345 by joc...@chromium.org: i18n: Make break iterator use optional https://code.google.com/p/v8/issues/detail?id=3345 not sure, if we want to support it, it would require some work anyways -- You received this message because

[v8-dev] Re: Issue 3345 in v8: i18n: Make break iterator use optional

2014-11-03 Thread codesite-noreply via v8-dev
Updates: Owner: joc...@chromium.org Comment #8 on issue 3345 by dslo...@chromium.org: i18n: Make break iterator use optional https://code.google.com/p/v8/issues/detail?id=3345 Are we still pursuing this? Please submit patches via V8 code review tools:

[v8-dev] Re: Issue 3345 in v8: i18n: Make break iterator use optional

2014-07-23 Thread codesite-noreply via v8-dev
Comment #7 on issue 3345 by srl...@gmail.com: i18n: Make break iterator use optional http://code.google.com/p/v8/issues/detail?id=3345 To test this patch: * add #define UCONFIG_NO_BREAK_ITERATION 1 to the top of ./third_party/icu/source/common/unicode/uconfig.h * build v8 * run d8

[v8-dev] Re: Issue 3345 in v8: i18n: Make break iterator use optional

2014-06-03 Thread codesite-noreply via v8-dev
Updates: Cc: c...@chromium.org js...@chromium.org Comment #3 on issue 3345 by joc...@chromium.org: i18n: Make break iterator use optional http://code.google.com/p/v8/issues/detail?id=3345 cira@, can you comment on this? -- You received this message because this project is configured

[v8-dev] Re: Issue 3345 in v8: i18n: Make break iterator use optional

2014-06-03 Thread codesite-noreply via v8-dev
Updates: Cc: joc...@chromium.org Comment #4 on issue 3345 by joc...@chromium.org: i18n: Make break iterator use optional http://code.google.com/p/v8/issues/detail?id=3345 (No comment was entered for this change.) -- You received this message because this project is configured to

[v8-dev] Re: Issue 3345 in v8: i18n: Make break iterator use optional

2014-06-03 Thread codesite-noreply via v8-dev
Comment #5 on issue 3345 by c...@chromium.org: i18n: Make break iterator use optional http://code.google.com/p/v8/issues/detail?id=3345 Break iterator is not part of the standard but it's part of Intl from day one (internal projects needed it). If embedders don't need it (Chrome does) we

[v8-dev] Re: Issue 3345 in v8: i18n: Make break iterator use optional

2014-06-03 Thread codesite-noreply via v8-dev
Comment #6 on issue 3345 by srl...@gmail.com: i18n: Make break iterator use optional http://code.google.com/p/v8/issues/detail?id=3345 I can separate out my patch and post it here against svn trunk, if you like. ICU already has config switches that say whether breakiter is available,

[v8-dev] Re: Issue 3345 in v8: i18n: Make break iterator use optional

2014-05-23 Thread codesite-noreply via v8-dev
Comment #1 on issue 3345 by pmue...@gmail.com: i18n: Make break iterator use optional http://code.google.com/p/v8/issues/detail?id=3345 Some questions: - how much space are we saving? - re: notify .js side that no break iterators are available. Seems like the Intl object is the right

[v8-dev] Re: Issue 3345 in v8: i18n: Make break iterator use optional

2014-05-23 Thread codesite-noreply via v8-dev
Comment #2 on issue 3345 by srl...@gmail.com: i18n: Make break iterator use optional http://code.google.com/p/v8/issues/detail?id=3345 space: about 1M of code (linux x86_64) and about 4M of data (which we can save without this change, but then the code is really dead) Intl object: break