On 12 Jan 2007 12:06:08 +0600, Egor Pasko <[EMAIL PROTECTED]> wrote:
On the 0x25C day of Apache Harmony Vladimir Ivanov wrote: > On 1/12/07, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote: > > > > > > On Jan 11, 2007, at 5:55 AM, Alexey Varlamov wrote: > > > > > I guess this is about adding one more mode to HUT CC runs? > > > +1 for that, too. > > > So, let's define the required configurations for CC. > Now CC configuration (in buildtest module) includes: > 1) build of classlib > 2) build of drlvm > 3) run drlvm tests > 4) run of classlib tests over drlvm for the sake of fair coverage in Jitrino we need to run (4) in 2 modes: default and -Xem:opt ideally, with -Xem:server Once we add -Xem:server I think we can exclude -Xem:opt mode from testing?
-Xem:server is also opt-only mode (JET is used only for <clinit>s) -- Mikhail Fursov
