C-sparse
view release on metacpan or search on metacpan
src/sparse-0.4.4/storage.c view on Meta::CPAN
/*
* Storage - associate pseudos with "storage" that keeps them alive
* between basic blocks. The aim is to be able to turn as much of
* the global storage allocation problem as possible into a local
* per-basic-block one.
*
* Copyright (C) 2004 Linus Torvalds
*/
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
( run in 0.788 second using v1.01-cache-2.11-cpan-39bf76dae61 )