-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Supin,

Supun Kamburugamuva wrote:
> I think the first challenge is to discover recursion. I was thinking
> about discovering recursion when a macro call is being executed.

This probably won't work. Just because a macro calls itself doesn't mean
that infinite recursion will result. I have several macros that are
self-calling, but I take care to avoid infinite recursion.

It's the infinite case (or, nearly infinite... let's say 100 levels)
that you want to avoid instead of throwing a StackOverflowError.

- -chris

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGYGIK9CaO5/Lv0PARAkJpAJ9OmlFBKmlU6UT+u1jT0GuKPHcp0QCeMLIK
igG06kPto/AsFTO1NzrmdrM=
=kzdS
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to