vlab_memoize Specman Package

A Specman/e package that provides a memoization utility for methods.

Given a pure method definition, e.g.

 foo(a: uint): int { ... }

you can memoize it at the place of its definition by

MEMOIZE foo(a: uint): int { ... }


Download the source code from Github.

( Thorsten Dworzak )

Created  
May 9, 2013
#SPECMAN