checkstack.pl (415812f2d6b856d33ede9bf4a2b95575dbbb3d4e) | checkstack.pl (cb77f0d623ff33a7899cb945f4f5a4825fbb2ea1) |
---|---|
1#!/usr/bin/perl | 1#!/usr/bin/env perl |
2 3# Check the stack usage of functions 4# 5# Copyright Joern Engel <joern@lazybastard.org> 6# Inspired by Linus Torvalds 7# Original idea maybe from Keith Owens 8# s390 port and big speedup by Arnd Bergmann <arnd@bergmann-dalldorf.de> 9# Mips port by Juan Quintela <quintela@mandrakesoft.com> --- 168 unchanged lines hidden --- | 2 3# Check the stack usage of functions 4# 5# Copyright Joern Engel <joern@lazybastard.org> 6# Inspired by Linus Torvalds 7# Original idea maybe from Keith Owens 8# s390 port and big speedup by Arnd Bergmann <arnd@bergmann-dalldorf.de> 9# Mips port by Juan Quintela <quintela@mandrakesoft.com> --- 168 unchanged lines hidden --- |