Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why isn't gprof supported? #2626

Closed
vicuna opened this issue Nov 28, 2000 · 1 comment
Closed

Why isn't gprof supported? #2626

vicuna opened this issue Nov 28, 2000 · 1 comment

Comments

@vicuna
Copy link

vicuna commented Nov 28, 2000

Original bug ID: 236
Reporter: administrator
Status: closed
Resolution: won't fix
Priority: normal
Severity: feature
Category: ~DO NOT USE (was: OCaml general)

Bug description

** Configuration summary **

Directories where Objective Caml will be installed:
binaries.................. /usr/local/bin
standard library.......... /usr/local/lib/ocaml
manual pages.............. /usr/local/man/man1 (with extension .1)
Configuration for the bytecode compiler:
C compiler used........... gcc
options for compiling..... -fno-defer-pop -Wall -Wno-unused -U_WIN32
options for linking....... -lm -lcurses
Configuration for the native-code compiler:
hardware architecture..... i386
OS variant................ cygwin
C compiler used........... gcc
options for compiling..... -Wall -Wno-unused -U_WIN32
options for linking....... -lm
assembler ................ $(AS)
preprocessed assembler ... gcc -c -DSYS_$(SYSTEM)
profiling with gprof ..... not supported
Source-level replay debugger: supported
Configuration for the external libraries:
libraries supported ...... unix str num dynlink bigarray threads
labltk
The "num" library:
target architecture ...... C
The "graph" library:
options for compiling ....
options for linking ...... not found
The "labltk" library:
use tcl/tk version ....... 8.0
options for compiling ....
options for linking ...... -cclib -ltk80 -cclib -ltcl80
ocaml$

@vicuna
Copy link
Author

vicuna commented Nov 6, 2002

Comment author: administrator

It would be too hard to do because mprof clobbers too many registers.
Maybe when cygwin comes with a different libc version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant