lccmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sat, 18 May 2013 23:03:23 +0100
branchperformance-optimizations
changeset 2601 3d4b433fb25c
parent 2595 77ab6e032c7f
child 2602 7af1671fc73f
permissions -rw-r--r--
Performance optimization - classForName: (part 1) Rewrote JavaVM>>classForName: to JavaVM>>classForName:definedBy: at the latter is faster (does not use query, which is slow)

@REM -------
@REM make using lcc compiler
@REM type lccmake, and wait...
@REM do not edit - automatically generated from ProjectDefinition
@REM -------
make.exe -N -f bc.mak -DUSELCC=1 %*

@echo "***********************************"
@echo "Buildung stx/libjava/libs
@echo "***********************************"
@cd libs
@call lccmake %1 %2
@cd ..

@echo "***********************************"
@echo "Buildung stx/libjava/experiments
@echo "***********************************"
@cd experiments
@call lccmake %1 %2
@cd ..

@echo "***********************************"
@echo "Buildung stx/libjava/tools
@echo "***********************************"
@cd tools
@call lccmake %1 %2
@cd ..