github.com/ltltlt/go-source-code@v0.0.0-20190830023027-95be009773aa/runtime/.vscode/bookmarks.json (about)

     1  [
     2  	{
     3  		"path": "$ROOTPATH$/proc.go",
     4  		"bookmarks": [
     5  			{
     6  				"line": 2513,
     7  				"column": 8,
     8  				"label": "schedule: go的m一轮调度的操作"
     9  			}
    10  		]
    11  	},
    12  	{
    13  		"path": "$ROOTPATH$/proc.go",
    14  		"bookmarks": [
    15  			{
    16  				"line": 500,
    17  				"column": 0,
    18  				"label": "go runtime start entry"
    19  			}
    20  		]
    21  	},
    22  	{
    23  		"path": "$ROOTPATH$/asm_amd64.s",
    24  		"bookmarks": [
    25  			{
    26  				"line": 245,
    27  				"column": 8,
    28  				"label": "start sequence"
    29  			},
    30  			{
    31  				"line": 257,
    32  				"column": 19,
    33  				"label": "call runtime.newproc"
    34  			}
    35  		]
    36  	},
    37  	{
    38  		"path": "$ROOTPATH$/rt0_linux_arm64.s",
    39  		"bookmarks": [
    40  			{
    41  				"line": 90,
    42  				"column": 5,
    43  				"label": "貌似是万恶之源"
    44  			}
    45  		]
    46  	}
    47  ]