compile: object_id is no more the object pointer
authorJulien Chevalier <chevjulien@gmail.com>
Mon, 17 Aug 2009 19:13:06 +0000 (15:13 -0400)
committerJean Privat <jean@pryen.org>
Mon, 17 Aug 2009 20:15:29 +0000 (16:15 -0400)
commit7bfc12a91634e0a46fe36cbda6847ec98975f570
tree34a0580b7181d18d98e013910247c598908a44d4
parent40d7d14602d63dc90659f829025f7c34932e448d
compile: object_id is no more the object pointer

Warning: now, two objects of the same class can have the same object_id.
It is unlikely, but possible.

Trivially-hacked-by: Jean Privat <jean@pryen.org>

Signed-off-by: Julien Chevalier <chevjulien@gmail.com>
Signed-off-by: Jean Privat <jean@pryen.org>
clib/nit_common.h
clib/nit_main.c
src/compiling/compiling_global.nit
src/syntax/icode_generation.nit