* [PATCH] enable fast symbol lookup via an inverted index in cscope
@ 2004-01-29 2:00 Louis Zhuang
0 siblings, 0 replies; only message in thread
From: Louis Zhuang @ 2004-01-29 2:00 UTC (permalink / raw)
To: Andrew Morton; +Cc: LKML
[-- Attachment #1: Type: text/plain, Size: 1685 bytes --]
Dear Andrew,
'-q' switch will accelerate cscope finding symbol dramatically. Please
apply following pacth if you like it.
--
Yours truly,
Louis Zhuang
--------------------------------------------------------------------------------
Software is a process, not a static entity. It is becoming, rather that being.
It can easily be bad, but never be perfect. Its essence is eternal refactoring.
- Inspired by Judge William H. Hastie
My words are my own...
--------------------------------------------------------------------------------
Fault Injection Test Harness Project
BK tree: http://fault-injection.bkbits.net/linux-2.5
Home Page: http://sf.net/projects/fault-injection
Open HPI Project
Home Page: http://sf.net/projects/openhpi
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet 1.1502 -> 1.1503
# Makefile 1.446 -> 1.447
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 04/01/29 louis@hawk.sh.intel.com 1.1503
# [CSCOPE] enable fast symbol lookup via an inverted index.
# --------------------------------------------
#
diff -Nru a/Makefile b/Makefile
--- a/Makefile Thu Jan 29 08:26:24 2004
+++ b/Makefile Thu Jan 29 08:26:24 2004
@@ -829,7 +829,7 @@
cmd_cscope-file = $(all-sources) > cscope.files
quiet_cmd_cscope = MAKE cscope.out
- cmd_cscope = cscope -k -b
+ cmd_cscope = cscope -k -b -q
cscope: FORCE
$(call cmd,cscope-file)
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-01-29 1:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-29 2:00 [PATCH] enable fast symbol lookup via an inverted index in cscope Louis Zhuang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome