[vmkit-commits] [vmkit] r120563 - in /vmkit/branches/multi-vm: include/mvm/Object.h include/mvm/PrintBuffer.h include/mvm/UTF8.h lib/Mvm/Runtime/Object.cpp lib/Mvm/Runtime/PrintBuffer.cpp lib/Mvm/Runtime/UTF8.cpp tools/vmkit/CommandLine.cpp tools

Gaël Thomas gael.thomas at lip6.fr
Wed Dec 1 03:41:22 PST 2010


They are now in PrintBuffer.cpp :)
Gaël

2010/12/1 nicolas geoffray <nicolas.geoffray at gmail.com>:
> Hi Gael,
>
> On Wed, Dec 1, 2010 at 9:18 AM, Gael Thomas <gael.thomas at lip6.fr> wrote:
>>
>> Author: gthomas
>> Date: Wed Dec  1 02:18:50 2010
>> New Revision: 120563
>> -
>> -extern "C" void printFloat(float f) {
>> -  fprintf(stderr, "%f\n", f);
>> -}
>> -
>> -extern "C" void printDouble(double d) {
>> -  fprintf(stderr, "%f\n", d);
>> -}
>> -
>> -extern "C" void printLong(sint64 l) {
>> -  fprintf(stderr, "%lld\n", (long long int)l);
>> -}
>> -
>> -extern "C" void printInt(sint32 i) {
>> -  fprintf(stderr, "%d\n", i);
>> -}
>> -
>> -extern "C" void printObject(void* ptr) {
>> -  fprintf(stderr, "%p\n", ptr);
>> -}
>
>
> These methods can be really useful for debugging. It looks like you removed
> all of them. Could you put them back?
> Thanks!
> Nicolas
> _______________________________________________
> vmkit-commits mailing list
> vmkit-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/vmkit-commits
>
>



-- 
-------------------------------------------------------------------------------------------------
Gaël Thomas, Associate Professor,
University of Pierre and Marie Curie
Boite courrier 169, 217 - 26-00, REGAL Team, INRIA/LIP6,
4, place Jussieu, Paris F-75005
Web: http://pagesperso-systeme.lip6.fr/Gael.Thomas/
Phone (mob): +33 6 10 39 31 17           Fax : +33 1 44 27 70 00
-------------------------------------------------------------------------------------------------




More information about the vmkit-commits mailing list