Skip to content

Commit

Permalink
Preliminary version of in-memory profile data sharing optimizations
Browse files Browse the repository at this point in the history
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/meeroh-profile-sharing-optimization@12115 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
meeroh committed Mar 15, 2000
1 parent a18974c commit a7b9816
Show file tree
Hide file tree
Showing 7 changed files with 383 additions and 107 deletions.
6 changes: 6 additions & 0 deletions src/util/profile/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2000-03-15 Miro Jurisic <meeroh@mit.edu>
* prof_err.et, prof_file.c, prof_init.c, prof_int.h, prof_set.c,
prof_tree.c: Added preliminary version of code which allows multiple
profiles to share the same in-memory structures (with copy-on-write).
Initial checkin on meeroh-profile-sharing-optimization branch.

1999-10-26 Tom Yu <tlyu@mit.edu>

* Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,
Expand Down
1 change: 1 addition & 0 deletions src/util/profile/prof_err.et
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ error_code PROF_NO_PROFILE, "No profile file open"
# generated by prof_file.c
#
error_code PROF_MAGIC_FILE, "Bad magic value in profile_file_t"
error_code PROF_MAGIC_FILE_DATA, "Bad magic value in profile_file_data_t"
error_code PROF_FAIL_OPEN, "Couldn't open profile file"

#
Expand Down
Loading

0 comments on commit a7b9816

Please sign in to comment.